Skip to main content

errorObject

Type

function

Summary

Removed in LiveCode 1.1.

Syntax

the errorObject
errorObject()

Description

The errorObject function returned the name of the object whose script had the most recent execution error.

For the information formerly returned by the errorObject function, use the target function inside an errorDialog handler. The errorDialog message is sent to the object whose script caused the error, so checking the target function will return the name of that object.

Examples

the errorObject
edit script of the errorObject

property: lockErrorDialogs, script

constant: return

control structure: function

function: target

glossary: handler, error, return, execution error, object

message: errorDialog

Compatibility and Support

Introduced

LiveCode 1.0

OS

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?